지역명 |
{{ formData.name || "-" }} |
|---|---|
등록일 |
{{ formatDateTime(formData.created_at) }} |
최근 수정 |
{{ formatDateTime(formData.updated_at) }} |
지역명 |
{{ formData.name || "-" }} |
|---|---|
등록일 |
{{ formatDateTime(formData.created_at) }} |
최근 수정 |
{{ formatDateTime(formData.updated_at) }} |
해당 지역의 낚시어선 / 낚시터
| 번호 | 구분 | 이름 | 주소 | 상태 | 등록일 |
|---|---|---|---|---|---|
| 데이터를 불러오는 중... | |||||
| 해당 지역에 등록된 낚시어선/낚시터가 없습니다. | |||||
| {{ (onboardCount + fishingCount) - index }} | {{ p.place_type === "onboard" ? "낚시어선" : "낚시터" }} | {{ p.name }} | {{ p.address || "-" }} | {{ p.status_YN === "Y" ? "사용중" : "미사용" }} | {{ formatDate(p.created_at) }} |